home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cigar Companion Interactive
/
Cigar Companion Interactive.iso
/
pc
/
cigars.dxr
/
DIRECTORY_74.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-27
|
256 b
|
11 lines
global gPopDoIt
on popSetUp
if gPopDoIt = 1 then
set myName to field "DIRECTOR curent cigar field"
set myPos to getPos(gtopTenNameList, myName)
set whatDBEntry to getPropAt(gtopTenNameList, myPos)
setUpDirector(whatDBEntry)
end if
end